@font-face{
     font-family: 'quantico'; 
     src: url('../fonts/quantico.ttf');
}

body {
    font-family: '微软雅黑';
    line-height: 22px;
    font-size: 14px;
    background-color: #FFF;
    color: #333;
    padding: 0;
    margin: 0;
}

@media screen and (max-width: 992px){
    html .container {
        max-width: 960px;
    }
}
@media screen and (max-width: 800px) {
    .issue{
        /*flex-wrap: wrap;*/
    }
    .issue-item{
        border-left: 0;
    }
    .issue-item:last-child{
        border-bottom: 0;
    }
    .result-table{
        border-left: 0;
        border-right: 0;
    }
    #dplayer, .player-code{
        height: 240px!important;
    }
    .container .h1-title{
        font-size: 19px;
    }
}
@media screen and (max-width: 768px){
    html .container {
        max-width: 720px;
        padding-right: 0px;
        padding-left: 0px;
    }
    .code-item{
        width: 0.2rem;
        height: 0.2rem;
        line-height: 0.2rem;
        margin-right: 0.03rem;
    }
    .code-sum{
        width: 0.26rem;
        height: 0.26rem;
        line-height: 0.26rem;
    }
    .show1 .result-tr{
        height: auto;
        line-height: none;
    }
    .show1 .result-tr span:nth-child(2){
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
}
@media screen and (max-width: 620px) {
    html .container {
        max-width: 620px;
        padding-right: 0px;
        padding-left: 0px;
    }
    .code-item{
        width: 0.16rem;
        height: 0.16rem;
        line-height: 0.16rem;
        margin-right: 0.01rem;
    }
    .code-sum{
        width: 0.22rem;
        height: 0.22rem;
        line-height: 0.22rem;
    }
    .types-box{
        font-size: 12px;
    }
    .main .txt-header{
        font-size: 14px;
        padding: 16px 12px;
    }
    .result .result-tr{
        font-size: 12px;
    }
    .result .code-item {
        width: 17px;
        height: 17px;
        line-height: 17px;
    }
    .result .code-sum {
        width: 22px;
        height: 22px;
        line-height: 22px;
    }
    .result .yc-yes, .result .yc-yes2 ,.result .yc-no, .result .yc-no2 {
        height: 20px;
        line-height: 20px;
        width: 20px!important;
    }
}
@media screen and (max-width: 570px) {
    .result .code-item {
        width: 16px;
        height: 16px;
        line-height: 16px;
    }
    .result .code-sum{
        width: 20px;
        height: 20px;
        line-height: 20px;
    }
}


.container {
    max-width: 1000px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.main{
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.main::-webkit-scrollbar {
    display: none;
}
.main-p{
    width: 100%;
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.4);
}


.banner,.banner8{
    margin-bottom: 12px;
}
.banner a,.banner8 a{
    display: block;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    position: relative;
    text-decoration: none;
    
}
.banner a>span,.banner8 a>span{
    display: block;
    margin-bottom: 12px;
    padding: 8px;
    box-sizing: border-box;
    width:100%;
    background: linear-gradient(135deg, #59c3fb 10%, #268df7 100%);
    text-decoration: underline;
    font-weight: 700;
    /* border-radius: 10px; */
    color: #fff;
}
.banner img,.banner8 img{
    width: 100%;
    height: auto;
    display: block;
}

.kj-item span{
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.3em;
}

/* 类型 */
.types-box{
    max-width: 520px;
    margin: 20px auto;
}

.types-box nav{
    flex-wrap: wrap;
}
.types-box .nav-type{
    width: auto;
    min-width: 50px;
    cursor: pointer;
    flex: 1;
}
.types-box .forecast-nav{
    border: none;
    color: #6b6969;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(216 208 208 / 24%);
}


.sf_box .nav-item{
    flex: 1 1 29% !important;
}
.sf_box .nav-item:nth-child(3n){
    margin-right: 0px;
}
.sf_box .nav-item:nth-child(4n){
    margin-right: 7px;
}

nav{
    line-height: 36px;
    display: flex;
    justify-content: center;
    background-color: #FFF;
    padding: 0px 10px;
}
.nav-item{
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    color: #333;
    font-weight: 600;
    border: 1px solid #aaa;
    margin-right: 7px;
    border-radius: 4px;
    transition: all .2s ease-in-out;
    margin-top: 15px;
    flex: 1 1 22% !important;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 0px 2px;
    box-sizing: border-box;
    font-size: 12px;
}
.nav-item:nth-child(4n){
    margin-right: 0px;
}
.nav-active,.nav-item:hover{
    color: #FFF;
    background-color: #4CA2FF;
    border: 1px solid #4CA2FF;
}

.nav-index{
    max-width: 80px !important;
}

/* 正确率 */
.issue{
    margin: 10px 0;
    position: relative;
    box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(216, 208, 208, 0.24);
}
.win_box p{
    margin: 5px 0px;
    text-align: center;
}





/* 列表结果 */
.result-table{
    color: #717171;
    border: 1px solid #e4e4e4;
}

.result-thead{
    /* background-color: #007aff; */
    color: #000;
    display: flex;
    justify-content: center;
    height: 32px;
    line-height: 32px;
    font-weight: bold;
}
.result-thead span{
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #ebebeb;
}
.result-thead span:last-child{
    border-right: 0;
}
.result-tr{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 32px;
    line-height: 32px;
    border-bottom: 1px dashed #ebebeb;
}
.result-tr span{
    width: 100%;
    text-align: center;
    border-radius: 20%;
}
.result-tr:last-child{
    border-bottom: 0;
}
.result-tr:nth-child(odd){
    background-color: #f9f9f9;
}


/* 列表tab切换 */
.result-nav{
    margin: 18px 0;
    height: 36px;
    color: #333;
    font-weight: bold;
    display: flex;
    justify-content: center;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    width: 100%;
    bottom: 0;
    max-width: 1000px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
 }
 .result-nav span{
    width: 100%;
    display: block;
    height: 36px;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    border-right: 1px solid #ddd;
    z-index: 999;
 }
 .result-nav span:last-child{
    border-right: 0;
 }
 .result-active{
    position: relative;
    color: #FFF!important;
    background-color: #4CA2FF!important;
 }
 .result-active::before{
    border-bottom: 10px solid #dc0000;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    top: -10px;
    left: 43%;
 }

/* 列表样式 */
.p120{
    width: 120%!important;
 }
 .p150{
    width: 150%!important;
 }
 .p200{
    width: 200%!important;
 }
 .p250{
    width: 250%!important;
 }
 .p300{
    width: 300%!important;
 }
 .p400{
    width: 400%!important;
 }
 
 .badge-o{
    display: inline-block;
    height: 18px;
    line-height: 18px;
    background-color: #dc3545!important;
    color: #FFF;
    border-radius: 3px;
    font-size: 12px;
    padding: 0 3px;
    font-style: inherit;
 }
 .badge-g{
    display: inline-block;
    height: 18px;
    line-height: 18px;
    background-color: #007aff!important;
    color: #FFF;
    border-radius: 3px;
    font-size: 12px;
    padding: 0 3px;
    font-style: inherit;
 }
 
 .result-thead{
    color: #111;
    font-weight: bold;
 }
 #census .result-tr{
    height: 40px;
 }
 #census .result-tr span i{
    font-style: normal;
    display: inline-block;
    height: 22px;
    line-height: 22px;
    color: #FFF;
    text-align: center;
    background: #007aff;
    border-radius: 12px;
    margin: 0 5px;
    font-size: 12px;
    min-width: 22px;
 }
 #census .result-tr span b{
    font-weight: initial;
    color: #333;
 }
 #census .result-tr span p{
    margin: 0;
    padding: 0;
    display: inline-block;
    /*min-width: 30px;*/
 }
 #census .result-thead{
    background-color: #FFF;
 }
 #census .result-tr span{
    border-right: 1px solid #ebebeb;
 }
 #census .result-tr span:last-child{
    border-right: 0px;
 }
 .p-red{
    color: red;
 }













.forecast-nav{
    height: 40px;
    line-height: 40px;
    display: flex;
    margin: 5px 0;
    border: 1px solid rgba(0,0,0,.1);
}
.forecast-nav span{
    width: 100%;
    text-align: center;
    border-left: 1px solid rgba(0,0,0,.1);
}
.forecast-nav .active{
    background-color: #007aff;
    color: #FFF;
}
/* 列表颜色 */
.yc-yes, .yc-yes2{
    height: 24px;
    line-height: 24px;
    width: 24px!important;
    max-width: 48px;
    color: #FFF;
    background-color: #dc3545;
    display: inline-block;
    margin-right: 3px;
}
.yc-no, .yc-no2{
    height: 24px;
    line-height: 24px;
    width: 24px!important;
    max-width: 48px;
    color: #FFF;
    background-color: #007aff;
    display: inline-block;
    margin-right: 3px;
}
.yc-no2{
    background-color: #007aff !important;
}

#forecast .result-tr span:nth-child(3){
    display: flex;
    justify-content: center;
}
.sha{
    color: red;
    margin-right: 2px;
    width: unset!important;
    line-height: 24px;
}
#sz .yc-yes, #sz .yc-no{
    margin-right: 0;
    width: 40px!important;
}



.al-a-1{
    background-color: #DC143C;
}
.al-a-2{
    background-color: #F4A460;
}
.al-a-3{
    background-color: #1E90FF;
}

.copyright{
    font-size: 12px;
    text-align: center;
    /* height: 50px;
    line-height: 50px; */
}
.copyright_a{
    display: block;
    padding-bottom: 20px;
}
.copyright_a:hover{
    text-decoration: underline;
}





.foot-bookmark {
	position: fixed;
    bottom: 25px;
    z-index: 99999999;
    width: 50%;
    max-width: 500px;
    color: #fff;
    background-color: rgba(0,0,0,.9);
    border-radius: 10px;
    font-size: 12px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.foot-bookmark:after {
	content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid rgba(0,0,0,.9);
    position: absolute;
    bottom: -6px;
}

.foot-bookmark p {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}

.foot-bookmark p span img {
	width: 15px;
    height: auto;
    margin: 0 5px;
}

.foot-bookmark>img {
	height: 40px;
    width: 40px;
    margin-right: 10px;
    border-radius: 5px;
}

.foot-bookmark i {
	position: absolute;
    right: 5px;
    top: 5px;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-style: normal;
}



.code-item ,.code-sum{
    display: inline-block;
    color: #fff; 
    font-style: normal;
    text-align: center;
}
.code-item{
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    margin-right: 3px;
    border-radius: 20%;
}
.code-sum{
    width: 26px;
    height: 26px;
    line-height: 26px;
    border-radius: 50%;
}



.txt-header{
    position: relative;
    font-size: 16px;
    padding: 16px 20px;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.txt-center{
    text-align: center;
}
.strong-txt{
    font-weight: 600;
}
#qishu{
    color: #000;
}
#times{
    color: #000;
    border-radius: 5px;
    padding: 0 7px 0px 5px;
    margin-left: 0px;
}
.h1-title,.h2-title{
    margin: 0;
    position: relative;
    font-size: 26px;
    font-weight: bold;
    line-height: 66px;
    
    width: 100%;
    padding: 0;
    text-align: center;
    white-space: nowrap;
    word-wrap: break-word;
    text-overflow: ellipsis;
    overflow: hidden;
    /* color: #0088a4; */
}
.h1-title {
    display: none;
}
.reload{
    position: absolute;
    top: 18px;
    /* right: 20px; */
}
.bg-primary {
    background-color: #007aff!important;
}
.bg-danger {
    background-color: #dc3545!important;
}
.c6-1{
    display: flex;
    justify-content:center;
}
.c6-2{
    display: flex;
}
.c6-3{
    color:#13b5b1;
    padding: 3px;
}
.c6-4{
    color:#f23030;
    padding: 3px;
}